home *** CD-ROM | disk | FTP | other *** search
/ Aminet 48 / Aminet 48 (2002)(GTI - Schatztruhe)[!][Apr 2002].iso / Aminet / util / moni / Scout.lha / Scout / Scout.readme < prev    next >
Encoding:
Text File  |  2002-02-13  |  4.4 KB  |  109 lines

  1. Short:    System monitor (MUI & AmiTCP optional) (V2.14)
  2. Uploader: tboeckel@uni-paderborn.de (Thore Böckelmann)
  3. Author:   tboeckel@uni-paderborn.de (Thore Böckelmann)
  4. Type:     util/moni
  5.  
  6. Requires: Kickstart 2.04, MUI and AmiTCP optional
  7. Language: English (also German guide)
  8.  
  9.  
  10. This is the official continuation of the famous (and fabulous :-)
  11. system monitor from Andreas Gelhausen.
  12.  
  13.  
  14. What is Scout?
  15. ==============
  16.  
  17. Scout is a tool that allows you to monitor your computer system. It displays
  18. many different things -- like tasks, ports, assigns, expansion boards, resident
  19. commands, interrupts, etc. -- and you can perform some certain actions on them.
  20.  
  21. For example you can freeze tasks, close windows and screens, release semaphores
  22. or remove locks, ports and interrupts.
  23.  
  24. Through AmiTCP it's also possible to use Scout as an TCP/IP service.
  25.  
  26. Since version 2.0 of Scout you can use nearly all implemented functions through
  27. shell parameters. Therefore it's not necessary to install MUI for using Scout,
  28. but you will need MUI if you want to use Scout with its graphical user
  29. interface.
  30.  
  31. BTW: Scout can open 49 different windows! :-)
  32.  
  33.  
  34. Changes from release 2.14 to release 2.15:
  35. ==========================================
  36.  
  37.   o  the Appear/Disappear buttons in the commodities window no reflect the
  38.      ability of the selected commodity to appear/disappear, just like the
  39.      Exchange program does
  40.  
  41.   o  the Enforcer-hit-on-task-window-closure is fixed now. Many, many stupid
  42.      bugs had to be fixed. It's really a shame in which way official Autodocs
  43.      are ignored and programs are written agains any sane human intelligence :(
  44.      C= offered enough ways to initialize certain structures by official library
  45.      functions. Why the hell don't some people use them?
  46.  
  47.   o  timer routines during CPU usage calculation cleaned up, no more pending
  48.      messages when DeleteMsgPort()ing the reply port. A really stupid bug :(
  49.  
  50.   o  the CPU patch semaphore had been initialized completely wrong, causing
  51.      Enforcer hits and many strange things. I really don't know what Scout's
  52.      former programmers had in mind, but it must have been very weird :(
  53.  
  54.   o  additional assigns established via "assign <ass> <path> add" are now sorted
  55.      correctly, and not vice versa
  56.  
  57.   o  I don't know why, but somehow the 2.14 release didn't appear on Aminet, but
  58.      just the source code archive. So, here is a new release which fixes a few
  59.      more bugs, too.
  60.  
  61.  
  62. Changes from release 2.13 to release 2.14:
  63. ==========================================
  64.  
  65.   o  included latest fixes from Richard Körber, that were available on Aminet
  66.  
  67.   o  somehow I forgot the version string. Now it is back again :)
  68.  
  69.   o  the buttons in the main window are now sorted alphabetically and have all
  70.      the same size.
  71.  
  72.   o  the screen depth in the screen detail window is now determined via
  73.      graphics/GetBitMapAttr(), instead of direct peeking. This always gives the
  74.      correct depth, and not the depth the programm wanted.
  75.  
  76.   o  fixed bad return code when creating custom classes. This could lead to
  77.      non-functioning font display.
  78.  
  79.   o  the program icon is now used as iconify icon, instead of the MUI default
  80.      icon
  81.  
  82.   o  the interrupt window now shows the interrupt names instead of interrupt
  83.      numbers
  84.  
  85.   o  the ports window now show the flag entry of each message port
  86.  
  87.   o  when removing tasks you are asked if you want to remove message ports,
  88.      close opened windows, etc. by this task. Please remember: AmigaOS never had
  89.      a thing like resource tracking, so you cannot free everything that was
  90.      allocated by a task. Also remember that this function is a HACK, that means
  91.      anything can happen, and it is DANGEROUS to hardly remove this stuff,
  92.      because other tasks can still try to access this stuff. You have been
  93.      warned...
  94.  
  95.   o  the font window now show the font's tf_XSize, too.
  96.  
  97.   o  the task list can now be sorted by CPU usage, too. This makes Scout to a
  98.      kind of Unix' command "top". Unfortunately this consumes a little bit more
  99.      CPU time than the other sorting modes. All tasks with the same CPU usage
  100.      will be sorted alphabetically.
  101.  
  102.   o  the assign list can now be sorted by path name, too. Thus it is easier to
  103.      search for assigns to certain directories.
  104.  
  105.   o  the font preview now shows character 0xa4. If you have installed the Euro
  106.      update from H&P then you can see the Euro and the Cent sign for the updated
  107.      fonts.
  108.  
  109.